Click or drag to resize

ServiceGetConversationItems Method (IListConversationRequest, ItemShape, MailboxSearchLocation, IListFolderId, ConversationNodeSortOrder, Int32)

Gets the conversation items.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<ConversationItemResponse> GetConversationItems(
	IList<ConversationRequest> conversationRequests,
	ItemShape itemShape,
	MailboxSearchLocation mailboxSearchLocation,
	IList<FolderId> foldersToIgnore,
	ConversationNodeSortOrder sortOrder,
	int maxItemsToReturn
)

Parameters

conversationRequests
Type: System.Collections.GenericIListConversationRequest
The conversation requests.
itemShape
Type: Independentsoft.ExchangeItemShape
The item shape.
mailboxSearchLocation
Type: Independentsoft.ExchangeMailboxSearchLocation
The mailbox search location.
foldersToIgnore
Type: System.Collections.GenericIListFolderId
The folders to ignore.
sortOrder
Type: Independentsoft.ExchangeConversationNodeSortOrder
The sort order.
maxItemsToReturn
Type: SystemInt32
The maximum items to return.

Return Value

Type: IListConversationItemResponse
IList{ConversationItemResponse}.
See Also